home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / ppppro31.zip / CALLSTAT.CNF next >
Text File  |  1992-06-30  |  8KB  |  151 lines

  1. '*****                    CALLSTAT Configuration File                     *****
  2. '*****              (C) Copyright 1991-92 by James R. Davis               *****
  3. '*****                        All Rights Reserved                         *****
  4.  
  5. '     If the CNF file is not specified on the command line upon execution
  6. '                 this program will exit with an errorlevel=1!
  7.  
  8. 'The BBSNAME variable should contain the name of the BBS this program will be
  9. 'used upon.  Max of 25 characters.
  10. '       [---:----|----:----|----]
  11. BBSNAME=The No-Name BBS!
  12.  
  13. 'The CALLER variable should contain the drive, path and filename of where to
  14. 'locate the caller file.  If you are processing multi-nodes, do not include
  15. 'the node number at the end of the filename, the program will do that
  16. 'automatically for you.  If you do not specify a filename in this variable,
  17. 'then it will only display the graph on the screen and end with an
  18. 'errorlevel=2.
  19. CALLER=C:\BBS\NODES\CALLER
  20.  
  21. 'The NODES variable will tell the program which nodes to process for the
  22. 'bulletin.  If this variable is left out, then the file stated in the CALLER
  23. 'variable above will be processed alone.  You can separate each node number
  24. 'with a comma.  If more then one node is to be processed, it will be assumed
  25. 'that the name of the file specified in the CALLER variable will end with a
  26. 'number.  For example, say your caller file declared in CALLER is named HELLO,
  27. 'and you set the NODES variable to process nodes 1, 3, and 6.  The following
  28. 'files will have to be in the directory specified above:  HELLO1, HELLO3, and
  29. 'HELLO6.  You may also specify groups like 1,2,3,4,5 by stating the upper and
  30. 'lower limits separated by a hyphen, so that the group in this example would
  31. 'be 1-5.
  32. NODES=1-7,9,12
  33.  
  34. 'The NODESC# variable will place a one line description above each bulletin
  35. 'created for each node declared in the NODES variable above.  Place the number
  36. 'of the node in place of the #.  If you are not processing any nodes, or if
  37. you wish to put a description above the percentage you can
  38. 'use NODESC0 to place a description in the bulletin.  You can have descriptions
  39. 'of up to 70 characters, for up to 99 different nodes.
  40. '       [---:----|----:----|----:----|----:----|----:----|----:----|----:----]
  41. NODESC0=This graph will show a Percentage of all this systems nodes.
  42. NODESC1=The Public Node - (000) 555-5555
  43. NODESC2=The Private Node - (000) 999-9999
  44.  
  45. 'The BULLETIN variable should contain the drive, path and filename of the
  46. 'bulletin file in which you wish to place the graph.  There will be no "G"
  47. 'placed on the end if it is a color file, you must decide that for yourself.
  48. BULLETIN=C:\BBS\BLTNS\BLT99.
  49.  
  50. 'The BEGIN variable will tack an ASCII/ANSI/PCB type text file onto the
  51. 'beginning of the bulletin. This is helpful if you wish to add your own
  52. 'descriptive information about what the bulletin contains before displaying the
  53. 'graphs.
  54. BEGIN=C:\BBS\BLTNS\BLT99.TAK
  55.  
  56. 'The TOTAL variable will calculate a percentage for all nodes graph for
  57. 'multi-node users. You have the option of using [YES], which will place a total
  58. 'comparison graph at the end of the above bulletin, [NO], the default and this
  59. 'option should be used for single node systems, or [filename] which will place
  60. 'the comparison bulletin into a totally separate bulletin as specified by the
  61. 'drive, path, and filename you so choose.
  62. TOTAL=YES
  63.  
  64. 'The FORMAT variable tells the program which hour format you'd like to use in
  65. 'your bulletin.  It can be either [12] or [24] ([24] is the default).
  66. FORMAT=12
  67.  
  68. 'The TYPE variable tells the program which type of bulletin to create, it can
  69. 'be either [TEXT] or [COLOR] using the PCB @X## color codes ([TEXT] is the
  70. 'default).
  71. TYPE=COLOR
  72.  
  73. 'The DAYS variable will tell the program how many days from the current date,
  74. 'back, to process in the bulletin.  This variable can also contain a date, in
  75. 'the format of MM-DD-YYYY.  If this variable is not set, or is set to 0 then
  76. 'the program will process the entire CALLER file.
  77. DAYS=02-04-1992
  78.  
  79. 'The AVIAL variable will tell the program to generate an availability graph
  80. 'instead of a usage graph.  Whith this swith you can generate a totally
  81. 'different bulletin letting your users know what the percentage is of your
  82. 'system being available on a first dial attempt.  This variable can be either
  83. '[YES] or [NO].  The default of this variable if not set or left out is [NO].
  84. AVAIL=YES
  85.  
  86. 'The RINGDOWN variable will tell the program to calculate a total availability
  87. 'bulletin when you set AVAIL to [YES] in the variable above, for your system,
  88. 'using all the nodes in it's calculations.  This can be either [YES] or [NO]
  89. 'and will use the entire nodes within it's availability calculations.  The
  90. 'default for this option is [NO].
  91. RINGDOWN=YES
  92.  
  93. 'The EVENT variable tells the program which hour in the graph to exclude due
  94. 'to an event time occuring at that hour.  This can be a number from 0 to 23
  95. 'which is in 24 hour format (where 4 is 4am, and 16 is 4pm).  This variable
  96. 'has no defualts and if you do not wish to exclude an hour in your graph, you
  97. 'may place a remark tick before this variable.
  98. EVENT=4
  99.  
  100. 'The HEADER variable tells the program what color you'd like to use for the
  101. 'header.  The color is specified by the name of the foreground color ON the
  102. 'name of the background color (eg: WHITE ON BLACK).  If ON is not specified,
  103. 'the default background color is BLACK.  The following color codes are valid:
  104. '
  105. '                      *BLACK             GRAY
  106. '                      *BLUE              BRIGHT BLUE
  107. '                      *GREEN             BRIGHT GREEN
  108. '                      *CYAN              BRIGHT CYAN
  109. '                      *RED               BRIGHT RED
  110. '                      *MAGENTA           BRIGHT MAGENTA
  111. '                      *BROWN             YELLOW
  112. '                      *WHITE             BRIGHT WHITE
  113. '
  114. 'Only the colors marked with a "*" are valid as background colors.
  115. HEADER=BRIGHT GREEN ON BLACK
  116.  
  117. 'The DESCLR vairable tells the program what color the descriptions you give
  118. 'using the NODESC# variable above will be in the bulletin.  Use the color table
  119. 'described above in the HEADER variable.
  120. DESCLR=BRIGHT YELLOW ON RED
  121.  
  122. 'The GRAPH variable tells the program what color the graph portion of the
  123. 'bulletin should be.  Use the color table described above in the HEADER
  124. 'variable.
  125. GRAPH=BRIGHT YELLOW ON BLUE
  126.  
  127. 'The FRAME variable tells the program what color the frame of the graph should
  128. 'be in.  Use the color table described above in the HEADER variable.
  129. FRAME=BRIGHT YELLOW
  130.  
  131. 'The HILITE variable tells the program what color to use for all the
  132. 'high-lighted parts of the bulletin.  Use the color table described above in
  133. 'the HEADER variable.
  134. HILITE=BRIGHT WHITE
  135.  
  136. 'The EVENTCOL variable will tell the program what color to display the gragh
  137. 'line for the event.  Use the color table described above in the HEADER
  138. 'variable.
  139. EVENTCOL=RED ON BLACK
  140.  
  141. 'The comments placed in this file are for you to understand the structure of
  142. 'this file.  They can all be removed if you so wish.  The variables in this
  143. 'file can be placed in any order and those that have defaults may be left out
  144. 'if you so wish.  All blank lines are ignored.  All variables that have
  145. 'defaults can be removed, if you desire to use the default setting.  If you
  146. 'wish to place your own comments in this file for our own use, you may do so by
  147. 'placing your comment on a line beginning the line with a single quote ['].  I
  148. 'hope you enjoy this program and have fun with it.
  149.  
  150. '                       -=> James "The Garf!" Davis! <=-
  151.